home *** CD-ROM | disk | FTP | other *** search
- -- background: 2729 from stack: in
- -- bmap block id: 4470
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 45 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=500 top=330 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: der
- ----- HyperTalk script -----
- on closeField
- get field "der"
- put the number of this card into cardNum
- set lockScreen to true
- push card
- go to card cardNum of stack "HyperCirc"
- put it into background field "Title"
- pop card
- set lockscreen to false
- end closeField
-
-